home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / awe2-0_1.lha / awe2-0.1 / Src / FifoSemaphore.cc < prev    next >
C/C++ Source or Header  |  1989-06-25  |  84b  |  7 lines

  1. #include "FifoSemaphore.h"
  2.  
  3. FifoSemaphore::~FifoSemaphore()
  4. {
  5.     pScheduler = 0;
  6. }
  7.